home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Nothing / Sources / PartInfo.fr < prev    next >
Encoding:
Text File  |  1996-08-16  |  881 b   |  42 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                PartInfo.fr
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWRESFIL_K
  11. #include "FWResFil.k"
  12. #endif
  13.  
  14. #ifndef FWPART_FR
  15. #include "FWPart.fr"
  16. #endif
  17.  
  18. #ifndef DEFINES_K
  19. #include "Defines.k"
  20. #endif
  21.  
  22. #ifndef BINDING_K
  23. #include "Binding.k"
  24. #endif
  25.  
  26. //----------------------------------------------------------------------------------------
  27. //    PartInfo Resource
  28. //----------------------------------------------------------------------------------------
  29.  
  30. resource FW_RPartInfo(kPartInfoID)
  31. {
  32.     // ----- Icon ID
  33.     kViewAsIconID,
  34.     
  35.     // ----- Part Name
  36.     kODFNothingEditorUserString,
  37.     
  38.     // ----- PartKind
  39.     kODFNothingKind
  40. };
  41.  
  42.